home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / fortran / libf2c-0.000 / libf2c-0 / libf2c / make.clean < prev    next >
Encoding:
Text File  |  1993-10-23  |  170 b   |  8 lines

  1. #!/bin/sh
  2. #
  3. # Rob Hooft (hooft@EMBL-Heidelberg.DE)
  4. #
  5. ( cd libI77 ; make clean)
  6. ( cd libF77 ; make clean)
  7. rm -f __jump.s __jump.o hello hello.o hello.c verify.out hello.P
  8.